home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / usr / share / debhelper / autoscripts / postrm-defoma < prev    next >
Encoding:
Text File  |  2009-12-31  |  68 b   |  4 lines

  1. if [ "$1" = "purge" ]; then
  2.     rm -rf /var/lib/defoma/#PACKAGE#.d/
  3. fi
  4.